SmartFTP FTP Library
IAsyncBaseSocketLayer::SendBufferSize Property

The size of the send buffer in bytes. This value is used to set the SO_SNDBUF socket option. 

Default: 128 * 1024

IDL
__property long SendBufferSize;

This value directly affects the TCP window size. If the value is set to 0 the default OS value is used and setsockopt() is not called.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.